Overload | Description |
---|---|
Save(String,RdfFormat) | Saves document to the specified file. |
Save(String,RdfFormat,SaveOptions) | Saves document to the specified file. |
Save(String) | Saves document to the specified file. |
Save(Stream,RdfFormat) | Saves document to the specified System.IO.Stream. |
Save(Stream,RdfFormat,SaveOptions) | Saves document to the specified System.IO.Stream. |
Save(Stream) | Saves document to the specified System.IO.Stream. |